home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / wu_ftpd_37_21.lha / wu-ftpd / src / authenticate.h < prev    next >
Text File  |  1994-04-01  |  339b  |  8 lines

  1. /* When of the supported authentication methods the ftp server will attempt
  2.  * to use.  Define as 1 to enable, 0 to disable. */
  3.  
  4. #define USE_A_RFC931    0               /* Use RFC931-style authentication */
  5.  
  6. /* Bitmasks used to identify authentication methods that returned a result */
  7. #define A_RFC931        1 << 0;         /* RFC931 */
  8.